tests: Fix stylecontext test that we changed semantics for
authorBenjamin Otte <otte@redhat.com>
Fri, 22 Jul 2011 13:50:20 +0000 (15:50 +0200)
committerBenjamin Otte <otte@redhat.com>
Fri, 22 Jul 2011 23:24:07 +0000 (01:24 +0200)
We don't have different priorities for superclasses anymore.

gtk/tests/stylecontext.c

index 733e1fdb216ddd2c36042533b42f499809b09cd1..a3a1e221650ddcb87f74f3ccd4bce489c1cbade9 100644 (file)
@@ -244,8 +244,8 @@ test_match (void)
   g_assert (gdk_rgba_equal (&color, &expected));
 
   data = "* { color: #f00 }\n"
-         "GtkWindow .button { color: #fff }\n"
-         "GObject .button { color: #000 }";
+         "GtkWindow .button { color: #000 }\n"
+         "GObject .button { color: #fff }";
   gtk_css_provider_load_from_data (provider, data, -1, &error);
   g_assert_no_error (error);
   gtk_style_context_invalidate (context);